(mouse-wheel-mode): New defvar.
(mouse-wheel-mode): Remove autoload cookie.
(require 'custom)
(require 'timer)
+(defvar mouse-wheel-mode nil)
+
;; Setter function for mouse-button user-options. Switch Mouse Wheel
;; mode off and on again so that the old button is unbound and
;; new button is bound to mwheel-scroll.
(defvar mwheel-installed-bindings nil)
-;;;###autoload
(define-minor-mode mouse-wheel-mode
"Toggle mouse wheel support.
With prefix argument ARG, turn on if positive, otherwise off.